duplexMode

abstract fun duplexMode(duplexMode: DuplexMode): T

Configures the duplex mode for printing.

Return

this instance

Parameters

duplexMode

the duplex mode to use

See also

Throws

if the printer does not support the specified duplex mode

if the current printing operation has been completed


abstract fun duplexMode(): DuplexMode

Returns the duplex mode used by the printer.

Throws

if the current printing operation has been completed